From cea7eb4a4fdb7156c331ca27bbf7f0ff83f5f05a Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Tue, 5 Jan 2016 21:43:33 +0100 Subject: [PATCH] Do not install the *.cmake files. * The *.cmake files pull in dependencies that are not required for compiling * ITK messes things up with these files installed. --- debian/changelog | 7 +++++++ debian/libdcmtk-dev.install | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a9292539..a8707caf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dcmtk (3.6.1~20150924-4) unstable; urgency=medium + + * Do not install DCMTK*.cmake files, they break things. + cmake's FindDCMTK handles this case better without these files. + + -- Gert Wollny Tue, 05 Jan 2016 21:42:56 +0100 + dcmtk (3.6.1~20150924-2) unstable; urgency=medium * Update internal use of DCMDICT path Closes: #807691 diff --git a/debian/libdcmtk-dev.install b/debian/libdcmtk-dev.install index 182f0fac..2c5ae4ae 100644 --- a/debian/libdcmtk-dev.install +++ b/debian/libdcmtk-dev.install @@ -1,3 +1,2 @@ usr/include/dcmtk/* -usr/lib/*.so -usr/lib/cmake/ +usr/lib/*.so \ No newline at end of file -- 2.30.2